home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Feature / Creative and Fun / X-Tunes.sit / X-Tunes Installer.app / Contents / Resources / AboutPanel.nib / classes.nib next >
Encoding:
Text File  |  2002-09-09  |  620 b   |  20 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {checkForUpdate = id; goToWebSite = id; sendEMail = id; }; 
  5.             CLASS = AboutPanel; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 builtField = NSTextField; 
  9.                 copyrightField = NSTextField; 
  10.                 historyView = NSTextView; 
  11.                 nameField = NSTextField; 
  12.                 updateButton = NSButton; 
  13.                 window = NSWindow; 
  14.             }; 
  15.             SUPERCLASS = NSObject; 
  16.         }, 
  17.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  18.     ); 
  19.     IBVersion = 1; 
  20. }